testing.common.Errorf (method, view implemented interface methods)

7 uses

	testing (current package)
		benchmark.go#L199: 		b.Errorf("race detected during execution of benchmark")
		fuzz.go#L392: 			f.Errorf("communicating with fuzzing coordinator: %v", err)
		testing.go#L931: func (c *common) Errorf(format string, args ...any) {
		testing.go#L1090: 					c.Errorf("TempDir RemoveAll cleanup: %v", err)
		testing.go#L1312: 			t.Errorf("race detected during execution of test")
		testing.go#L1336: 					t.Errorf("%v: subtest may have called FailNow on a parent test", err)
		testing.go#L1349: 			t.Errorf("%s%s\n%s\n", prefix, err, string(debug.Stack()))